home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1998 #2
/
Amiga Plus CD - 1998 - No. 2.iso
/
pd
/
musik
/
eagleplayer2.00
/
rexx
/
ep_nextmodule.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-08-05
|
270b
|
20 lines
/* EaglePlayer - load and play next module from current list or directory
(C) 1993-1997 Defect Softworks
*/
/* Arguments */
address 'rexx_EP'
options results
nextmodule
if result == "no" then do
say "Module not loaded !"
end
else do
say "Module loaded !"
end